go/printer.printer.controlClause (method)
4 uses
go/printer (current package)
nodes.go#L1225: func (p *printer) controlClause(isForStmt bool, init ast.Stmt, expr ast.Expr, post ast.Stmt) {
nodes.go#L1388: p.controlClause(false, s.Init, s.Cond, nil)
nodes.go#L1417: p.controlClause(false, s.Init, s.Tag, nil)
nodes.go#L1454: p.controlClause(true, s.Init, s.Cond, s.Post)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)